메인 콘텐츠로 건너뛰기
GET
/
audiences
/
segments
Get multiple audience segments
curl --request GET \
  --url https://your_a2_service/audiences/segments \
  --header 'Authorization: Bearer <token>'
[
  {
    "approximated_size": 123,
    "created_at": "2023-11-07T05:31:56Z",
    "deprecated_properties": {},
    "description": "<string>",
    "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "management_type": "selfmanaged",
    "name": "<string>",
    "no": 123,
    "owner_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
    "properties": {},
    "updated_at": "2023-11-07T05:31:56Z"
  }
]

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

owner_id
string<uuid> | null

Response

Successful Response

id
string<uuid>
required
management_type
enum<string>
required

세그먼트 관리 유형

사용 가능한 옵션:
selfmanaged,
systemmanaged
name
string
required

세그먼트 이름

no
integer
required
owner_id
string<uuid>
required

소유자 ID

approximated_size
integer | null

예상 세그먼트 크기

created_at
string<date-time> | null

생성 일시

deprecated_properties
object

더 이상 사용하지 않는 속성 목록

description
string | null

Description of the audience segment

properties
object

세그먼트 속성

키는 AudienceAttribute.code, 값은 AudienceAttributeValue.value 목록

updated_at
string<date-time> | null

변경 일시